PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFStandardLayoutAttribute Class / setBackgroundColor Method
The color to be used to fill the background of a table cell or any element's content rectangle.
In This Topic
    setBackgroundColor Method
    In This Topic
    Sets the background color.
    Syntax
    public void setBackgroundColor( 
       PDFRgbColor value
    )

    Parameters

    value
    The color to be used to fill the background of a table cell or any element's content rectangle.
    See Also